(redisplay_window): Do not `goto try_to_scroll' when we
authorKim F. Storm <storm@cua.dk>
Thu, 22 Aug 2002 16:52:56 +0000 (16:52 +0000)
committerKim F. Storm <storm@cua.dk>
Thu, 22 Aug 2002 16:52:56 +0000 (16:52 +0000)
commit1a0cf224e71dd11a59c10ffb1e3a4d7812080a02
tree1d6e9eac4910f40b36f4cd63f00f905ace2e1ad4
parentf26aaaf2e08b6b61d380c1551ab86bccdf16955a
(redisplay_window): Do not `goto try_to_scroll' when we
end up on a partially visible line; this reverts a specific part
of the 2002-07-07 change by Richard M. Stallman to "fix" a nasty
display error which has been reported several times now.
However it introduces the problem that changes was supposed to fix.
See my comments in the source if you want to debug this further.
src/xdisp.c